home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
dbcexe
/
test.mdb
/
Names.json
Wrap
JavaScript Object Notation
|
1999-03-30
|
383b
{
"schema": {
"ID": "Long Integer",
"IsNew": "Boolean NOT NULL",
"lname": "Text (50)",
"fname": "Text (50)",
"address": "Text (50)",
"city": "Text (50)",
"state": "Text (50)"
},
"data": [
{
"ID": 3,
"IsNew": 0,
"lname": "Smith",
"fname": "John",
"address": "111 Any Way",
"city": "Anywhere",
"state": "BVI"
},
{
"ID": 5,
"IsNew": 0,
"lname": "Zott",
"fname": "Floyd",
"address": "213 Blah Ave",
"city": "North Blah",
"state": "BI"
}
]
}